home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Comm / www / tidy_os4.lha / tidy / readme.amiga.txt < prev    next >
Text File  |  2004-07-30  |  1KB  |  68 lines

  1. Short:   Clean up your web-pages with HTML TIDY
  2. Author:   Dave Raggett W3C.org / Port by Edgar Schwan <eds@rz-online.de>
  3. Uploader:   Edgar Schwan
  4. Version:   1st  June 2004
  5. Type:     comm/www
  6. Requires: AmigaOS 4
  7.  
  8.  
  9.  
  10. What is 'tidy'?
  11.  
  12.   With tidy you can clean up and fix your HTML-code. Very usefull
  13.   for GoldEd's Webworld.
  14.  
  15.  
  16.  
  17. How to build the Amiga-version of tidy:
  18.  
  19. - copy the value of the archive 'tidy_OS4.lha' into 'usr:local/'.
  20.  
  21. - open a shell.
  22.  
  23. - cd into directory 'usr:local/tidy/build/gmake'.
  24.  
  25. - type 'make -f Makefile.amigaos4'.
  26.  
  27. - just wait...
  28.  
  29. - to install tidy type 'make -f Makefile.amigaos4 install'.
  30.  
  31. - you can find the binaries 'tidy' and 'tab2space' in the
  32.   directory 'usr:local/bin' and the link-library 'libtidy.a'
  33.   in 'usr:local/lib'.
  34.  
  35.  
  36.  
  37. Hints:
  38.  
  39. - tidy expects a config-file in the program-directory (PROGDIR:)
  40.   named 'tidy_config.txt'. For options type into a shell:
  41.     'tidy -help-config'.
  42.   The config-file is optional.
  43.  
  44.  
  45.  
  46. Copyright:
  47.  
  48.   Copyright (c) 1998-2003 World Wide Web Consortium
  49.  
  50.   - see 'tidy/include/tidy.h' for the copyright notice.
  51.  
  52.   - for further information see 'http://www.w3.org/MarkUp'.
  53.  
  54.  
  55.  
  56. Changes for AmigaOS:
  57.  
  58. - extended file 'tidy/include/platform.h'
  59.  
  60. - created new makefile in 'tidy/build/gmake/' named
  61.   'Makefile.amigaos4'.
  62.  
  63.  
  64.  
  65. Ported by:
  66.  
  67.   Edgar Schwan <eds@rz-online.de>, 2004/07/29
  68.